This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
FREE SSL SOLUTION to generating Self Certs over 512
Open the Server Certificate Admin in Designer
On the SelfCert Form CertAdminCreateKeyringWithSelfCert > Edit the Button code
Locate line
If Password$ > "" Then CmdArgs = CmdArgs & "Password=" & Password$ & ";"
Add these two lines below
KeySize$ = "2048"
CmdArgs = CmdArgs & "KeySize=" & KeySize$ & ";"
Before line
CmdArgs = CmdArgs & "UsePKCS=1;"
Or you could take to another level and use the Keysize field used in the normal certificate form, and reference this in the code for the selected size.
Feedback response number WEBB8ZDFJA created by ~Olga Asaresteroopsi on 10/24/2012